Class OptionsImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.system.impl.OptionsImpl
All Implemented Interfaces:
IPCObject, Options

public class OptionsImpl extends IPCObjectImpl implements Options
Information provided by the PKI file:

    \class Options
    
    \brief Options contains the current running options for the application.
    
    \example appWindow().getActiveFile().getOptions()
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • isAnimation

      public boolean isAnimation()
      Information provided by the PKI file:
      
          \brief Returns true if animation is enabled, otherwise false.
          
          \return bool, true if animation is enabled, otherwise false.
          
              
      Specified by:
      isAnimation in interface Options
      Returns:
      boolean Returns a boolean
    • isSound

      public boolean isSound()
      Information provided by the PKI file:
      
          \brief Returns true if sound is enabled, otherwise false.
          
          \return bool, true if sound is enabled, otherwise false.
          
              
      Specified by:
      isSound in interface Options
      Returns:
      boolean Returns a boolean
    • isTelephonySound

      public boolean isTelephonySound()
      Information provided by the PKI file:
      
          \brief Returns true if telephony sound is enabled, otherwise false.
          
          \return bool, true if telephony sound is enabled, otherwise false.
          
              
      Specified by:
      isTelephonySound in interface Options
      Returns:
      boolean Returns a boolean
    • isDockFirst

      public boolean isDockFirst()
      Information provided by the PKI file:
      
          \brief Returns true if dock first is enabled, otherwise false.
          
          \remark If dock first is enabled, then dock windows will automatically dock instead of pop up on launch.
          
          \return bool, true if dock first is enabled, otherwise false.
          
              
      Specified by:
      isDockFirst in interface Options
      Returns:
      boolean Returns a boolean
    • isLoggingEnabled

      public boolean isLoggingEnabled()
      Information provided by the PKI file:
      
          \brief Returns true if logging is enabled, otherwise false.
          
          \remark Logs the users IOS commands to memory which can be exported to a text file.
          
          \return bool, true if logging is enabled, otherwise false.
          
              
      Specified by:
      isLoggingEnabled in interface Options
      Returns:
      boolean Returns a boolean
    • isPortShown

      public boolean isPortShown()
      Information provided by the PKI file:
      
          \brief Returns true if showing of port labels are enabled, otherwise false..
          
          \return bool, true if showing of port labels are enabled, otherwise false.
          
              
      Specified by:
      isPortShown in interface Options
      Returns:
      boolean Returns a boolean
    • isPortNotShownOnMouseOver

      public boolean isPortNotShownOnMouseOver()
      Information provided by the PKI file:
      
          \brief Returns true if showing of port labels on mouse over is disabled, otherwise false.
          
          \return bool, true if showing of port labels on mouse over is disabled, otherwise false.
          
              
      Specified by:
      isPortNotShownOnMouseOver in interface Options
      Returns:
      boolean Returns a boolean
    • isChallenge_PDUInfo

      public boolean isChallenge_PDUInfo()
      Information provided by the PKI file:
      
          \brief Returns true if challenge mode for the PDU info is enabled, otherwise false.
          
          \return bool, true if challenge mode for PDU info is enabled, otherwise false.
          
              
      Specified by:
      isChallenge_PDUInfo in interface Options
      Returns:
      boolean Returns a boolean
    • isDeviceModelShown

      public boolean isDeviceModelShown()
      Information provided by the PKI file:
      
          \brief Returns true if displaying the device model names is enabled, otherwise false.
          
          \return bool, true if displaying device model names are enabled, otherwise false.
          
              
      Specified by:
      isDeviceModelShown in interface Options
      Returns:
      boolean Returns a boolean
    • isLinkLightsShown

      public boolean isLinkLightsShown()
      Information provided by the PKI file:
      
          \brief Returns true if displaying the link links are enabled, otherwise false.
          
          \return bool, true if displaying the link lights are enabled, otherwise false.
          
              
      Specified by:
      isLinkLightsShown in interface Options
      Returns:
      boolean Returns a boolean
    • isAccessible

      public boolean isAccessible()
      Information provided by the PKI file:
      
          \brief Returns true if accessibility is enabled, otherwise false.
          
          \remark Accessibility enables screen reader support.
          
          \return bool, true if Accessibility is enabled, otherwise false.
          
              
      Specified by:
      isAccessible in interface Options
      Returns:
      boolean Returns a boolean
    • isPhysicalTabHidden

      public boolean isPhysicalTabHidden()
      Information provided by the PKI file:
      
          \brief Returns true if the Physical tabs in device dialogs are shown is enabled, otherwise false.
          
          \return bool, true if the Physical tabs in device dialogs are shown is enabled, otherwise false.
          
              
      Specified by:
      isPhysicalTabHidden in interface Options
      Returns:
      boolean Returns a boolean
    • isConfigTabHidden

      public boolean isConfigTabHidden()
      Information provided by the PKI file:
      
          \brief Returns true if the Config tabs in device dialogs are shown is enabled, otherwise false.
          
          \return bool, true if the Config tabs in device dialogs are shown is enabled, otherwise false.
          
              
      Specified by:
      isConfigTabHidden in interface Options
      Returns:
      boolean Returns a boolean
    • isCliTabHidden

      public boolean isCliTabHidden()
      Information provided by the PKI file:
      
          \brief Returns true if the CLI tabs in device dialogs are shown is enabled, otherwise false.
          
          \return bool, true if the CLI tabs in device dialogs are shown is enabled, otherwise false.
          
              
      Specified by:
      isCliTabHidden in interface Options
      Returns:
      boolean Returns a boolean
    • isDesktopTabHidden

      public boolean isDesktopTabHidden()
      Information provided by the PKI file:
      
          \brief Returns true if the Desktop tabs in device dialogs are shown is enabled, otherwise false.
          
          \return bool, true if the Desktop tabs in device dialogs are shown is enabled, otherwise false.
          
              
      Specified by:
      isDesktopTabHidden in interface Options
      Returns:
      boolean Returns a boolean
    • isGuiTabHidden

      public boolean isGuiTabHidden()
      Information provided by the PKI file:
      
          \brief Returns true if the GUI tabs in device dialogs are shown is enabled, otherwise false.
          
          \return bool, true if the GUI tabs in device dialogs are shown is enabled, otherwise false.
          
              
      Specified by:
      isGuiTabHidden in interface Options
      Returns:
      boolean Returns a boolean
    • isHideDevModelLabel

      public boolean isHideDevModelLabel()
      Information provided by the PKI file:
      
          \brief Returns true if all device model labels are to be hidden, otherwise false.
          
          \return bool, true if all device model labels are to be hidden, otherwise false.
          
              
      Specified by:
      isHideDevModelLabel in interface Options
      Returns:
      boolean Returns a boolean
    • isHideDevLabel

      public boolean isHideDevLabel()
      Information provided by the PKI file:
      
          \brief Returns true if all device name labels are to be hidden, otherwise false.
          
          \return bool, true if all device name labels are to be hidden, otherwise false.
          
              
      Specified by:
      isHideDevLabel in interface Options
      Returns:
      boolean Returns a boolean
    • isHideQoSStamp

      public boolean isHideQoSStamp()
      Information provided by the PKI file:
      
          \brief Returns true if QoS stamps on packets are to be hidden, otherwise false.
          
          \return bool, true if QoS stamps on packets are to be hidden, otherwise false.
          
              
      Specified by:
      isHideQoSStamp in interface Options
      Returns:
      boolean Returns a boolean
    • isEnableCableLengthEffects

      public boolean isEnableCableLengthEffects()
      Information provided by the PKI file:
      
          \brief Returns true if cable length effects are enabled, otherwise false.
          
          \return bool, true if cable length effects are enabled, otherwise false.
          
              
      Specified by:
      isEnableCableLengthEffects in interface Options
      Returns:
      boolean Returns a boolean
    • isAutoCablingDisabled

      public boolean isAutoCablingDisabled()
      Information provided by the PKI file:
      
          \brief Returns true if auto cabling is disabled, otherwise false.
          
          \return bool, true if auto cabling is disabled, otherwise false.
          
              
      Specified by:
      isAutoCablingDisabled in interface Options
      Returns:
      boolean Returns a boolean
    • isUsingMetric

      public boolean isUsingMetric()
      Information provided by the PKI file:
      
          \brief Returns true if using Metric System, otherwise false.
          
          \return bool, true if using Metric System, otherwise false.
          
              
      Specified by:
      isUsingMetric in interface Options
      Returns:
      boolean Returns a boolean
    • isDevTaskbarShown

      public boolean isDevTaskbarShown()
      Information provided by the PKI file:
      
          \brief Returns true if the device dialog taskbar is shown, otherwise false.
          
          \return bool, true if the device dialog taskbar is shown, otherwise false.
          
              
      Specified by:
      isDevTaskbarShown in interface Options
      Returns:
      boolean Returns a boolean
    • isExternalNetworkAccessEnabled

      public boolean isExternalNetworkAccessEnabled()
      Information provided by the PKI file:
      
          \brief Returns true if external network access from device scripts is enabled, otherwise false.
          
          \return bool, true if external network access from device scripts is enabled, otherwise false.
          
              
      Specified by:
      isExternalNetworkAccessEnabled in interface Options
      Returns:
      boolean Returns a boolean
    • isUseCliDefaultTab

      public boolean isUseCliDefaultTab()
      Information provided by the PKI file:
      
          \brief Returns true if the CLI tab is the device default tab, otherwise false.
          
          \return bool, true if the CLI tab is the device default tab, otherwise false.
          
              
      Specified by:
      isUseCliDefaultTab in interface Options
      Returns:
      boolean Returns a boolean
    • isCableInfoPopup

      public boolean isCableInfoPopup()
      Information provided by the PKI file:
      
          \brief Returns true if the cable info popup in Physical Workspace is shown when mouseover on the cable, otherwise false.
          
          \return bool, true if the cable info popup in Physical Workspace is shown when mouseover on the cable, otherwise false.
          
              
      Specified by:
      isCableInfoPopup in interface Options
      Returns:
      boolean Returns a boolean
    • getConfigFilePath

      public String getConfigFilePath()
      Information provided by the PKI file:
      
          \brief Returns the path to the administrative configuration file.
          
          \remark This file is the serialization of the settings in this class.
          
          \return QString, the path to the administrative configuration file.
          
              
      Specified by:
      getConfigFilePath in interface Options
      Returns:
      String Returns a String
    • setAnimation

      public void setAnimation(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables animation.
          
          \param bEnable, true to enable animation, false to disable it.
          
              
      Specified by:
      setAnimation in interface Options
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • setSound

      public void setSound(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables sound.
          
          \param bEnable, true to enable sound, false to disable it.
          
              
      Specified by:
      setSound in interface Options
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • setTelephonySound

      public void setTelephonySound(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables telephony sound.
          
          \param bEnable, true to enable telephony sound, false to disable it.
          
              
      Specified by:
      setTelephonySound in interface Options
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • setIsDockFirst

      public void setIsDockFirst(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables dock first.
          
          \param bEnable, true to enable dock first, false to disable it.
          
          \remark Enabling dock first will cause all new dockable dialogs to be docked when shown.
          
              
      Specified by:
      setIsDockFirst in interface Options
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • setIsLoggingEnabled

      public void setIsLoggingEnabled(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables logging.
          
          \param bEnable, true to enable logging, false to disable it.
          
              
      Specified by:
      setIsLoggingEnabled in interface Options
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • setIsPortShown

      public void setIsPortShown(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables the port label visibility.
          
          \param bEnable, true to enable port label visibility, false to disable it.
          
              
      Specified by:
      setIsPortShown in interface Options
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • setPortNotShownOnMouseOver

      public void setPortNotShownOnMouseOver(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables the port label visibility on mouse over.
          
          \param bEnable, true to enable port label visibility on mouse over, false to disable it.
          
              
      Specified by:
      setPortNotShownOnMouseOver in interface Options
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • setIsChallenge_PDUInfo

      public void setIsChallenge_PDUInfo(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables the Challenge Mode in PDU info.
          
          \param bEnable, true to enable Challenge Mode in PDU info, false to disable it.
          
              
      Specified by:
      setIsChallenge_PDUInfo in interface Options
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • setAccessible

      public void setAccessible(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables accessibility features.
          
          \param bEnable, true to enable accessibility features, false to disable it.
          
              
      Specified by:
      setAccessible in interface Options
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • setIsLinkLightShown

      public void setIsLinkLightShown(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables link light visibility.
          
          \param bEnable, true to enable link light visibility, false to disable it.
          
              
      Specified by:
      setIsLinkLightShown in interface Options
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • addBackgroundImage

      public void addBackgroundImage(String location, String filePath)
      Information provided by the PKI file:
      
          \brief Adds a background image file to the list of allowed background images to be used on workspaces.
          
          \param QString location,    the location to associate with the image.
          Locations: Building, City, Custom, Intercity, Logical
          \param QString filePath, the relative path to the file from the application bin folder.
          
              
      Specified by:
      addBackgroundImage in interface Options
      Parameters:
      location - Takes in a parameter of location
      filePath - Takes in a parameter of filePath
    • removeBackgroundImage

      public void removeBackgroundImage(String filePath)
      Information provided by the PKI file:
      
          \brief Removes the specified background image file from the list of allowed background images to be used on workspaces.
          
          \param QString filePath, the relative path to the file from the application bin folder.
          
              
      Specified by:
      removeBackgroundImage in interface Options
      Parameters:
      filePath - Takes in a parameter of filePath
    • setPhysicalTabHidden

      public void setPhysicalTabHidden(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables the Physical tab visibility.
          
          \param bEnable, true to enable Physical tab visibility, false to disable it.
          
              
      Specified by:
      setPhysicalTabHidden in interface Options
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • setConfigTabHidden

      public void setConfigTabHidden(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables the Config tab visibility.
          
          \param bEnable, true to enable Config tab visibility, false to disable it.
          
              
      Specified by:
      setConfigTabHidden in interface Options
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • setCliTabHidden

      public void setCliTabHidden(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables the CLI tab visibility.
          
          \param bEnable, true to enable CLI tab visibility, false to disable it.
          
              
      Specified by:
      setCliTabHidden in interface Options
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • setDesktopTabHidden

      public void setDesktopTabHidden(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables the Desktop tab visibility.
          
          \param bEnable, true to enable Desktop tab visibility, false to disable it.
          
              
      Specified by:
      setDesktopTabHidden in interface Options
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • setGuiTabHidden

      public void setGuiTabHidden(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables the GUI tab visibility.
          
          \param bEnable, true to enable GUI tab visibility, false to disable it.
          
              
      Specified by:
      setGuiTabHidden in interface Options
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • setHideDevModelLabel

      public void setHideDevModelLabel(boolean bEnable, boolean isWorkspaceActive)
      Information provided by the PKI file:
      
          \brief Enables or disables hiding of device model labels.
          
          \param bEnable, true to enable hiding of device model labels, false to disable it.
          \param isWorkspaceActive, true if the workspace is active, false if not.
          
              
      Specified by:
      setHideDevModelLabel in interface Options
      Parameters:
      bEnable - Takes in a parameter of bEnable
      isWorkspaceActive - Takes in a parameter of isWorkspaceActive
    • setHideDevLabel

      public void setHideDevLabel(boolean bEnable, boolean isWorkspaceActive)
      Information provided by the PKI file:
      
          \brief Enables or disables hiding of device name labels.
          
          \param bEnable, true to enable hiding of device name labels, false to disable it.
          \param isWorkspaceActive, true if the workspace is active, false if not.
          
              
      Specified by:
      setHideDevLabel in interface Options
      Parameters:
      bEnable - Takes in a parameter of bEnable
      isWorkspaceActive - Takes in a parameter of isWorkspaceActive
    • setHideQoSStamp

      public void setHideQoSStamp(boolean bEnable, boolean isWorkspaceActive)
      Information provided by the PKI file:
      
          \brief Enables or disables hiding of QoS stamps.
          
          \param bEnable, true to enable hiding of QoS stamps, false to disable it.
          \param isWorkspaceActive, true if the workspace is active, false if not.
          
              
      Specified by:
      setHideQoSStamp in interface Options
      Parameters:
      bEnable - Takes in a parameter of bEnable
      isWorkspaceActive - Takes in a parameter of isWorkspaceActive
    • setEnableCableLengthEffects

      public void setEnableCableLengthEffects(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables cable length effects.
          
          \param bEnable, true to enable cable length effects, false to disable it.
          
              
      Specified by:
      setEnableCableLengthEffects in interface Options
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • setDisableAutoCabling

      public void setDisableAutoCabling(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables auto cabling.
          
          \param bEnable, true to disable auto cabling, false to enable it.
          
              
      Specified by:
      setDisableAutoCabling in interface Options
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • setUseMetric

      public void setUseMetric(boolean bMetric)
      Information provided by the PKI file:
      
          \brief Sets whether to use Metric System.
          
          \param bMetric, true to use Metric System, false to use Imperial System.
          
              
      Specified by:
      setUseMetric in interface Options
      Parameters:
      bMetric - Takes in a parameter of bMetric
    • setShowDevTaskbar

      public void setShowDevTaskbar(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables the device taskbar.
          
          \param bEnable, true to enable the device taskbar, false to disable it.
          
              
      Specified by:
      setShowDevTaskbar in interface Options
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • setEnableExternalNetworkAccess

      public void setEnableExternalNetworkAccess(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables external network access from all script modules and device scripts.
          
          \param bEnable, true to enable external network access from all script modules and device scripts, false to disable it.
          
              
      Specified by:
      setEnableExternalNetworkAccess in interface Options
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • setUseCliDefaultTab

      public void setUseCliDefaultTab(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables the CLI tab as the default tab.
          
          \param bEnable, true to enable the CLI tab as the default tab, false to disable it.
          
              
      Specified by:
      setUseCliDefaultTab in interface Options
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • setCableInfoPopup

      public void setCableInfoPopup(boolean bEnable)
      Information provided by the PKI file:
      
          \brief Enables or disables the cable info popup in Physical Workspace when mouseover on the cable.
          
          \param bEnable, true to show the cable info popup in Physical Workspace when mouseover on the cable.
          
              
      Specified by:
      setCableInfoPopup in interface Options
      Parameters:
      bEnable - Takes in a parameter of bEnable
    • setBufferFullAction

      public void setBufferFullAction(BufferFullAction action)
      Information provided by the PKI file:
      
          \brief Sets the Buffer Full Action option to the specified action.
          
          \param action,      the Buffer Full Action.
          Buffer Full Actions:        Prompt = 0,
          AutoClearEventList = 1,
          AutoViewPreviousEvents = 2
          
              
      Specified by:
      setBufferFullAction in interface Options
      Parameters:
      action - Takes in a parameter of action
    • getBufferFullAction

      public BufferFullAction getBufferFullAction()
      Information provided by the PKI file:
      
          \brief Returns the Buffer Full Action option.
          
          \return BufferFullAction,   the Buffer Full Action.
          Buffer Full Actions:        Prompt = 0,
          AutoClearEventList = 1,
          AutoViewPreviousEvents = 2
          
              
      Specified by:
      getBufferFullAction in interface Options
      Returns:
      BufferFullAction Returns a BufferFullAction
    • saveFile

      public boolean saveFile(String filename)
      Information provided by the PKI file:
      
          \brief Saves this configuration option to a file.
          
          \param filename, the filename including the path to save to.
          
          \return bool, value is true if the file was saved, false if not.
          
              
      Specified by:
      saveFile in interface Options
      Parameters:
      filename - Takes in a parameter of filename
      Returns:
      boolean Returns a boolean
    • getCurrentLanguage

      public String getCurrentLanguage()
      Information provided by the PKI file:
      
          \brief Returns the current language.
          
          \return QString, value reperesents the current language.
          
              
      Specified by:
      getCurrentLanguage in interface Options
      Returns:
      String Returns a String
    • addCustomHideOption

      public void addCustomHideOption(String id, String title, boolean defaultValue)
      Information provided by the PKI file:
      
          \brief Adds a custom hide option in the Hide tab of Preferences.
          
          \param id, the ID to use for the option.
          \param title, the title to display for the option.
          \param defaultValue, true to set is as being in affect, false to not be in effect.
          
              
      Specified by:
      addCustomHideOption in interface Options
      Parameters:
      id - Takes in a parameter of id
      title - Takes in a parameter of title
      defaultValue - Takes in a parameter of defaultValue
    • setCustomHideOption

      public void setCustomHideOption(String id, boolean value)
      Information provided by the PKI file:
      
          \brief Sets a custom hide option in the Hide tab of Preferences.
          
          \param id, the ID of the option to set.
          \param value, true to set is as being in affect, false to not be in effect.
          
              
      Specified by:
      setCustomHideOption in interface Options
      Parameters:
      id - Takes in a parameter of id
      value - Takes in a parameter of value
    • getCustomHideOption

      public boolean getCustomHideOption(String id, boolean defaultValue)
      Information provided by the PKI file:
      
          \brief Gets a custom hide option in the Hide tab of Preferences.
          
          \param id, the ID of the option to get.
          \param defaultFalue, if the option doesn't exist, the value from this will be returned.
          
          \return bool, value is true if the option is on, false if not.
          
              
      Specified by:
      getCustomHideOption in interface Options
      Parameters:
      id - Takes in a parameter of id
      defaultValue - Takes in a parameter of defaultValue
      Returns:
      boolean Returns a boolean
    • isMainToolbarShown

      public boolean isMainToolbarShown()
      Specified by:
      isMainToolbarShown in interface Options
      Returns:
      boolean Returns a boolean
    • isSecondaryToolbarShown

      public boolean isSecondaryToolbarShown()
      Specified by:
      isSecondaryToolbarShown in interface Options
      Returns:
      boolean Returns a boolean
    • isBottomToolbarShown

      public boolean isBottomToolbarShown()
      Specified by:
      isBottomToolbarShown in interface Options
      Returns:
      boolean Returns a boolean
    • setMainToolbarShown

      public void setMainToolbarShown(boolean in)
      Specified by:
      setMainToolbarShown in interface Options
      Parameters:
      in - Takes in a parameter of in
    • setSecondaryToolbarShown

      public void setSecondaryToolbarShown(boolean in)
      Specified by:
      setSecondaryToolbarShown in interface Options
      Parameters:
      in - Takes in a parameter of in
    • setBottomToolbarShown

      public void setBottomToolbarShown(boolean in)
      Specified by:
      setBottomToolbarShown in interface Options
      Parameters:
      in - Takes in a parameter of in
    • enableAddToRecentFiles

      public void enableAddToRecentFiles(boolean enable)
      Information provided by the PKI file:
      
          \brief Enables whether to allow adding to the recent files list in File menu.
          
              
      Specified by:
      enableAddToRecentFiles in interface Options
      Parameters:
      enable - Takes in a parameter of enable
    • addRecentFile

      public void addRecentFile(String fullpath)
      Information provided by the PKI file:
      
          \brief Adds a file to the recent file list.
          
              
      Specified by:
      addRecentFile in interface Options
      Parameters:
      fullpath - Takes in a parameter of fullpath